(handle_USR1_signal, handle_USR2_signal): Replace by...
authorKim F. Storm <storm@cua.dk>
Mon, 4 Dec 2006 12:27:09 +0000 (12:27 +0000)
committerKim F. Storm <storm@cua.dk>
Mon, 4 Dec 2006 12:27:09 +0000 (12:27 +0000)
commit23146b14b680f26b98f5178ae7046fb0aaf82ac5
tree1f02f205ad75eb5c077757454661a4d5b6f5ba85
parent8dac8235c6fced91967a0820026ae06c13d8074f
(handle_USR1_signal, handle_USR2_signal): Replace by...
(handle_user_signal): ... this, which generates two USER_SIGNAL_EVENTs
first with code == 0 [signal] and one with code == sig number.
(main): Use it as handler for SIGUR1 and SIGUSR2.
src/emacs.c